home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / utils / stelm3.lzh / STELM / README < prev    next >
Text File  |  1993-12-10  |  2KB  |  58 lines

  1. STELM: (c) J & K Lemmens, 1993 ; J. Berger, 1993
  2.  
  3. ELM
  4.  
  5. The tools in this package make it possible to receive and send mail to
  6. other users on the system or output from the system generated by cron
  7. or other tools.  Behaviour is similar to the UNIX elm, although it
  8. lacks a lot of the features found in the UNIX version. 
  9.  
  10. Mail format is the standard UNIX format, so you can read mailfiles
  11. from a UNIX system without any modification. 
  12.  
  13. The program explains itself (I hope so anyway), so I don't think it is
  14. necessary to say much about the menu options. 
  15.  
  16.  m : Mail to a user.
  17.  f : Forward to another user. (Send a copy of the current mail)
  18.  r : Reply to the user who has sent the current message.
  19.  d : Mark the current message for deletion. Actually deletion only takes
  20.      place when exiting elm or when forcing a resync, with the $ command. 
  21.  
  22. To install :
  23.  
  24.  - Create a directory /usr/mail .
  25.  - Obtain a termcap file and put it in /etc .
  26.     (if you don't have termcap elm will only work on vt52 terminals)
  27.  - Put elm in your standard /bin/ directory .
  28.  
  29.  
  30. Editor :
  31.  
  32. The standard editor is mg (Micro-Emacs). If you want to use another
  33. editor, you can use the -e option from the commandline. 
  34.  
  35. One thing : if you use an editor that doesn't use the standard ATARI
  36. argument passing mechanism (with a max. commandline of 127 chars), it
  37. won't work with elm.
  38.  
  39. Mailfile:
  40.  
  41. The mailfile is taken from the LOGNAME environment variable. Default
  42. is to search in /usr/mail for a file named ${LOGNAME}
  43.  
  44. This can be overridden with the -f option : In this way you read an
  45. arbitrary mailfile. 
  46.  
  47. NEWMAIL : ( by Jeroen Berger)
  48.  
  49. This tool puts itself in the background and polls every minute if there
  50. is any new mail for the user who invoked it. If this is the case, it prints
  51. a message like " You have new mail".
  52.  
  53. It automatically stops itself if the program from which it was started exits.
  54. (i.e. the user logged out)
  55.  
  56. Any remarks or suggestions about these programs can be send to:
  57. lemmens@dv.twi.tudelft.nl or berger@tudebg.et.tudelft.nl
  58.